我在搭建apprtc服务器的时候,https访问出现pushstate错误(http访问没问),错误如下:
chrome在版本47后只允许 https,但我用nginx加了https做反向代理,其它地方也相应改成 了https,又报了Failed to start signaling: Failed to execute 'pushState' on 'History': A history state object with URL 'http://192.168.31.214/r/948401670' cannot be created in a document with origin 'https://192.168.31.214' and URL 'https://192.168.31.214/'.这样的错误