Skip to content

Limitations of HTTP Sender using HTTPS URLs #5958

Answered by ab-mg-23
tom08zehn asked this question in Q&A
Discussion options

You must be logged in to vote

@pacmano1 turns out you were in fact correct, the https.ciphers and https.client.protocols in mirth.properties feed into the configuration of the default HttpDispatcher.

public void configureSocketFactoryRegistry(ConnectorPluginProperties properties, RegistryBuilder<ConnectionSocketFactory> registry) throws Exception {
String[] enabledProtocols = MirthSSLUtil.getEnabledHttpsProtocols(configurationController.getHttpsClientProtocols());
String[] enabledCipherSuites = MirthSSLUtil.getEnabledHttpsCipherSuites(configurationController.getHttpsCipherSuites());
S…

Replies: 3 comments 44 replies

Comment options

You must be logged in to vote
10 replies
@tom08zehn
Comment options

@pacmano1
Comment options

@tom08zehn
Comment options

@pacmano1
Comment options

@ab-mg-23
Comment options

Comment options

You must be logged in to vote
16 replies
@tom08zehn
Comment options

@tom08zehn
Comment options

@pacmano1
Comment options

@tom08zehn
Comment options

@pacmano1
Comment options

Comment options

You must be logged in to vote
18 replies
@ab-mg-23
Comment options

@tom08zehn
Comment options

@tom08zehn
Comment options

@ab-mg-23
Comment options

Answer selected by tom08zehn
@rjkroll
Comment options

@pacmano1
Comment options

@tom08zehn
Comment options

@tom08zehn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants