self-signed-certificate

How do I make MS Word add-in trust self signed certificate?

痞子三分冷 提交于 2021-02-11 13:23:29
问题 We are mostly in our organization working locally using our extensive LAN and for our internal servers we don't use https. Though all new addins from MS Office demand that the requests use HTTPS, thus I created a self-signed certificate in one of our internal servers, from which the addin's manifest.xml fetches the html and js code. The problem is that, since MS Word uses IE 11 embedded therein, we get that annoying security warning on the taskpane addin. How do I make MS Word add-in trust a

java.net.ConnectException after switching accesspoint using WifiNetworkSpecifier on Android 10

混江龙づ霸主 提交于 2021-02-10 21:30:26
问题 Unable to make connection after configuring wifi accespoint using WifiNetworkSpecifier, Below is the trace Caused by: java.net.ConnectException: failed to connect to /10.123.45.1 (port 443) from /:: (port 0) after 120000ms: connect failed: ENETUNREACH (Network is unreachable) at libcore.io.IoBridge.connect(IoBridge.java:143) at java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:142) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:390) at java.net

java.net.ConnectException after switching accesspoint using WifiNetworkSpecifier on Android 10

[亡魂溺海] 提交于 2021-02-10 21:26:08
问题 Unable to make connection after configuring wifi accespoint using WifiNetworkSpecifier, Below is the trace Caused by: java.net.ConnectException: failed to connect to /10.123.45.1 (port 443) from /:: (port 0) after 120000ms: connect failed: ENETUNREACH (Network is unreachable) at libcore.io.IoBridge.connect(IoBridge.java:143) at java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:142) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:390) at java.net

java.net.ConnectException after switching accesspoint using WifiNetworkSpecifier on Android 10

孤人 提交于 2021-02-10 21:16:54
问题 Unable to make connection after configuring wifi accespoint using WifiNetworkSpecifier, Below is the trace Caused by: java.net.ConnectException: failed to connect to /10.123.45.1 (port 443) from /:: (port 0) after 120000ms: connect failed: ENETUNREACH (Network is unreachable) at libcore.io.IoBridge.connect(IoBridge.java:143) at java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:142) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:390) at java.net

Unable to “Import Certificate” using API in PowerShell

邮差的信 提交于 2021-02-08 10:43:28
问题 I have a self signed certificate that I am trying to import to Azure Key Vault Certificate, and I am facing issues. I am not doing it using the Import-AzKeyVaultCertificate command, but using the API. I was successfully able to create a Key via the API route, but for the life of me, I am not able to Import a certificate. FYI, it also works when I do it over an Azure DevOps pipeline, so I know the Service Principle isn't the issue. Here's how I am creating the certificate (over PowerShell

Unable to “Import Certificate” using API in PowerShell

亡梦爱人 提交于 2021-02-08 10:42:25
问题 I have a self signed certificate that I am trying to import to Azure Key Vault Certificate, and I am facing issues. I am not doing it using the Import-AzKeyVaultCertificate command, but using the API. I was successfully able to create a Key via the API route, but for the life of me, I am not able to Import a certificate. FYI, it also works when I do it over an Azure DevOps pipeline, so I know the Service Principle isn't the issue. Here's how I am creating the certificate (over PowerShell

Error “ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY” in Google Chrome while accessing locally hosted SPA

江枫思渺然 提交于 2021-01-29 20:19:18
问题 I've a locally hosted SPA. It is using a self signed certificate for HTTPS communication (generated through Server Certificates in windows 10). It works well with IE11, however when accessed from Google Chrome, shows up error - ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY. Any clues on what could be done to overcome this? Troubleshooting done so far: 1. Custom cipher suites order. 2. Disabling HTTP2 through windows registry. 回答1: To use HTTP/2 you must be using TLSv1.2 and cannot use a number of

Error when connecting to a secure Socket.io connection using self signed certificate from a browser app

你离开我真会死。 提交于 2020-08-10 20:20:27
问题 Socket.io client API documentation suggests that the client should pass the self signed certificate in the connection request to the server: // client-side const socket = io({ca: fs.readFileSync('server-cert.pem'),rejectUnauthorized: false}); This works great in a node environment. How to make this work in a BROWSER javascript app? I am facing two issues: How can I include the certificate file in the browser app? readfileSync cannot find the file If I only include rejectUnauthorized: false in

Does PyNetBox API have an option to verify CA cert for Self Signed Cert?

江枫思渺然 提交于 2020-07-10 03:11:13
问题 I've been trying to play around with NetBox Ansible modules with a NetBox setup having self signed certificate. [1] That however gives me the error: Failed to establish connection to Netbox API I realised that this was due to me using Self signed certificate: >>> import pynetbox >>> nb = pynetbox.api( ... 'https://netbox.url', ... token='XXX' ... ) >>> nb.dcim.devices.all() <snipped> raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='netbox.url', port

ActiveMQ javax.net.ssl.sslhandshakeexception null cert chain

拈花ヽ惹草 提交于 2020-06-29 04:08:12
问题 I used this link to create the self signed root CA certificate and the server key pair Used this link to generate the client key pair using the previously generated root certificate Although the links are for setting up SSL for MosquittoMQ and my use case is for ActiveMQ, I believe the certificate generation procedure remains the same for either case. The clients I'm using are Java clients. The broker keystore contains the root certificate and server public and private key bundled into a