<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: NiFi Error javax.net.ssl.SSLPeerUnverifiedException: Hostname not verified in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Error-javax-net-ssl-SSLPeerUnverifiedException-Hostname/m-p/238015#M199826</link>
    <description>&lt;P&gt;I solve this problem my self Using 'KeyStore Explore'.&lt;/P&gt;&lt;P&gt;SubjectAlternativeName [&lt;BR /&gt;DNSName: x.x.x.x&lt;BR /&gt;IPAddress: x.x.x.x&lt;BR /&gt;] &lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2019 09:52:51 GMT</pubDate>
    <dc:creator>juhee13_kim</dc:creator>
    <dc:date>2019-05-14T09:52:51Z</dc:date>
    <item>
      <title>NiFi Error javax.net.ssl.SSLPeerUnverifiedException: Hostname not verified</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Error-javax-net-ssl-SSLPeerUnverifiedException-Hostname/m-p/238014#M199825</link>
      <description>&lt;P&gt;Current version: 1.6.0&lt;BR /&gt;Upgrade version: 1.8.0&lt;BR /&gt;&lt;BR /&gt;Applying the cluster, accessing the ui results in an error.&lt;/P&gt;&lt;P&gt;(x.x.x.x is hostname, my server ip..)&lt;/P&gt;&lt;P&gt;The key was not created as a wildcard.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;---UI Error---&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;javax.net.ssl.SSLPeerUnverifiedException: Hostname &lt;STRONG&gt;x.x.x.x &lt;/STRONG&gt;not verified: certificate: sha256/cj+QcD4F2YafhbXSeRmuLznbS24EWVhAvCbU71aVGWo= DN: CN=&lt;STRONG&gt;x,x,x,x&lt;/STRONG&gt;, OU=NIFI subjectAltNames: [&lt;STRONG&gt;x.x.x.x&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;---api access error---&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;A href="https://x.x.x.x:1234/nifi-api/flow/current-user" target="_blank"&gt;https://x.x.x.x:1234/nifi-api/flow/current-user&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;PRE&gt;javax.net.ssl.SSLPeerUnverifiedException: Hostname x.x.x.x not verified:    certificate: sha256/!!!#$@!#qtA3h/Nhqm7wcLzM=    DN: CN=x.x.x.x, OU=NIFI    subjectAltNames: [x.x.x.x]&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;---log Error---&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;2019-04-08 08:26:28,522 WARN [Replicate Request Thread-5] o.a.n.c.c.h.r.ThreadPoolRequestReplicator Failed to replicate request GET /nifi-api/flow/current-user to x.x.x.x:9443 due to javax.net.ssl.SSLPeerUnverifiedException: Hostname x.x.x.x not verified:
&amp;nbsp;certificate: sha256/IiBnANAzEOL~~~qm7wcLzM=
&amp;nbsp;DN: CN=x.x.x.x, OU=NIFI
&amp;nbsp;subjectAltNames: [x.x.x.x]
2019-04-08 08:26:28,523 WARN [Replicate Request Thread-5] o.a.n.c.c.h.r.ThreadPoolRequestReplicator
javax.net.ssl.SSLPeerUnverifiedException: Hostname x.x.x.x not verified:
certificate: sha256/IiBnANAzEOLVg+DipeiOT+fkIDpqtA3h/Nhqm7wcLzM=
DN: CN=x.x.x.x, OU=NIFI
subjectAltNames: [x.x.x.x]
at okhttp3.internal.connection.RealConnection.connectTls(RealConnection.java:316)
at okhttp3.internal.connection.RealConnection.establishProtocol(RealConnection.java:270)
at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:162)
at okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:257)
at okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:135)
at okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:114)
at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:126)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
at okhttp3.RealCall.execute(RealCall.java:77)
at org.apache.nifi.cluster.coordination.http.replication.okhttp.OkHttpReplicationClient.replicate(OkHttpReplicationClient.java:138)
at org.apache.nifi.cluster.coordination.http.replication.okhttp.OkHttpReplicationClient.replicate(OkHttpReplicationClient.java:132)
at org.apache.nifi.cluster.coordination.http.replication.ThreadPoolRequestReplicator.replicateRequest(ThreadPoolRequestReplicator.java:647)
at org.apache.nifi.cluster.coordination.http.replication.ThreadPoolRequestReplicator$NodeHttpRequest.run(ThreadPoolRequestReplicator.java:839)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;--- keystore.jks------&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;Keystore type: jks
Keystore provider: SUN

Your keystore contains 1 entry

Alias name: nifi-key
Creation date: Apr 5, 2019
Entry type: PrivateKeyEntry
Certificate chain length: 2
Certificate[1]:
Owner: CN=x.x.x.x, OU=NIFI
Issuer: CN=x.x.x.x, OU=NIFI
Serial number: 169ec64~~~~00
Valid from: Fri Apr 05 07:26:15 UTC 2019 until: Mon Apr 04 07:26:15 UTC 2022
Certificate fingerprints:
MD5: 6B:70:04~~6:FF:CD:D1:29:E4
SHA1: 88:~~~~:AE:8B:9B:10:BF:F4
SHA256: 90:5A:FA:AF:B7:~~~~:7F:CE:89:95:64:BC:C1:53:E8:E6:58:30:7B:AC
Signature algorithm name: SHA256withRSA
Subject Public Key Algorithm: 2048-bit RSA key
Version: 3

Extensions:

#1: ObjectId: 2.5.29.35 Criticality=false
AuthorityKeyIdentifier [
KeyIdentifier [
0000: C8 B4~~~~~~~~ D0 12 8D A4 5C ...oNB.(.......\
0010: 1D 6C 42 FC .lB.
]
]

#2: ObjectId: 2.5.29.19 Criticality=false
BasicConstraints:[
CA:false
PathLen: undefined
]

#3: ObjectId: 2.5.29.37 Criticality=false
ExtendedKeyUsages [
&amp;nbsp;clientAuth
&amp;nbsp;serverAuth
]

#4: ObjectId: 2.5.29.15 Criticality=true
KeyUsage [
DigitalSignature
Non_repudiation
Key_Encipherment
Data_Encipherment
Key_Agreement
]

#5: ObjectId: 2.5.29.17 Criticality=false
SubjectAlternativeName [
&amp;nbsp;DNSName:&amp;nbsp;x.x.x.x
]

#6: ObjectId: 2.5.29.14 Criticality=false
SubjectKeyIdentifier [
KeyIdentifier [
0000: 0B F7 ~~F5 2C B8 ..Y.vu..?P....,.
0010:~~7 32 ...2
]
]

Certificate[2]:
Owner: CN=x.x.x.x, OU=NIFI
Issuer: CN=x.x.x.x, OU=NIFI
Serial number: 169ec64~~000000
Valid from: Fri Apr 05 07:26:15 UTC 2019 until: Mon Apr 04 07:26:15 UTC 2022
Certificate fingerprints:
MD5: 94:F8:68:14~~~~E2:08:29:55:B8:D6:7D
SHA1: 5B:E6:A1:D1:2A:4F:27:~~~:9E:85:1F:66:77:68:4C:C9:55:27:95:FD
SHA256: 67:33:71~~A:1F:EF:1D:57:7E:BB:13:2F:4C:94:1F:B2:58:59:70
Signature algorithm name: SHA256withRSA
Subject Public Key Algorithm: 2048-bit RSA key
Version: 3

Extensions:

#1: ObjectId: 2.5.29.35 Criticality=false
AuthorityKeyIdentifier [
KeyIdentifier [
0000: C8 B4 80~~E 08 D0 12 8D A4 5C ...oNB.(.......\
0010: 1D 6C 42 FC ~~.lB.
]
]

#2: ObjectId: 2.5.29.19 Criticality=false
BasicConstraints:[
CA:true
PathLen:21474~~7
]

#3: ObjectId: 2.5.29.37 Criticality=false
ExtendedKeyUsages [
clientAuth
serverAuth
]

#4: ObjectId: 2.5.29.15 Criticality=true
KeyUsage [
DigitalSignature
Non_repudiation
Key_Encipherment
Data_Encipherment
Key_Agreement
Key_CertSign
Crl_Sign
]

#5: ObjectId: 2.5.29.14 Criticality=false
SubjectKeyIdentifier [
KeyIdentifier [
0000: C8 B4 80 6F 4E ~~ 8D A4 5C ...oNB.(.......\
0010: 1D 6C 42 FC .lB.
]
]

*******************************************
*******************************************&lt;/PRE&gt;&lt;P&gt;I don't know what the problem.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;+I have no choice but to use the domain name and host name as an ip.&lt;BR /&gt;I understand that the key tool provided by the nifi only provides the domain name of the character. as follows&lt;BR /&gt;SubjectAlternativeName [&lt;BR /&gt;DNSName: nifi-1&lt;BR /&gt;]&lt;BR /&gt;&lt;BR /&gt;But I want to use it as follows.&lt;BR /&gt;(x.x.x.x is my ip address.)&lt;BR /&gt;SubjectAlternativeName [&lt;BR /&gt;DNSName: x.x.x.x&lt;BR /&gt;IPAddress: x.x.x.x&lt;BR /&gt;]&lt;BR /&gt;&lt;BR /&gt;tell me how to create a key with Java toolkit.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 00:01:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Error-javax-net-ssl-SSLPeerUnverifiedException-Hostname/m-p/238014#M199825</guid>
      <dc:creator>juhee13_kim</dc:creator>
      <dc:date>2019-04-11T00:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi Error javax.net.ssl.SSLPeerUnverifiedException: Hostname not verified</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Error-javax-net-ssl-SSLPeerUnverifiedException-Hostname/m-p/238015#M199826</link>
      <description>&lt;P&gt;I solve this problem my self Using 'KeyStore Explore'.&lt;/P&gt;&lt;P&gt;SubjectAlternativeName [&lt;BR /&gt;DNSName: x.x.x.x&lt;BR /&gt;IPAddress: x.x.x.x&lt;BR /&gt;] &lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 09:52:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Error-javax-net-ssl-SSLPeerUnverifiedException-Hostname/m-p/238015#M199826</guid>
      <dc:creator>juhee13_kim</dc:creator>
      <dc:date>2019-05-14T09:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi Error javax.net.ssl.SSLPeerUnverifiedException: Hostname not verified</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Error-javax-net-ssl-SSLPeerUnverifiedException-Hostname/m-p/238016#M199827</link>
      <description>&lt;P&gt;how to add the IPAddress into the SubjectAlternativeName with the tls-toolkit.sh？&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 00:52:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Error-javax-net-ssl-SSLPeerUnverifiedException-Hostname/m-p/238016#M199827</guid>
      <dc:creator>hbwh715173019</dc:creator>
      <dc:date>2019-05-17T00:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi Error javax.net.ssl.SSLPeerUnverifiedException: Hostname not verified</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Error-javax-net-ssl-SSLPeerUnverifiedException-Hostname/m-p/292586#M216180</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/45695"&gt;@juhee13_kim&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;How did you resolved the issue. I am also getting the same exception.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;An unexpected error has occurred&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;javax.net.ssl.SSLPeerUnverifiedException: Hostname XXXXXXX not verified: certificate: sha256/Kt0&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is apprecieted.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 00:55:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Error-javax-net-ssl-SSLPeerUnverifiedException-Hostname/m-p/292586#M216180</guid>
      <dc:creator>vivek_b2</dc:creator>
      <dc:date>2020-03-26T00:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi Error javax.net.ssl.SSLPeerUnverifiedException: Hostname not verified</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Error-javax-net-ssl-SSLPeerUnverifiedException-Hostname/m-p/303009#M221353</link>
      <description>&lt;P&gt;I have also faced the same issue, where i was running two instances of nifi on VM. As forwarding of ports and its connectivitiy from host browser(like chrome) are having issues, I recreated certificates using SAN - subjectAltNames using tls-toolkit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to access &lt;A href="https://192.168.56.31:9441/nifi" target="_blank"&gt;https://192.168.56.31:9441/nifi&lt;/A&gt; from windows maching and said address 192.168.56.31 is of local VM running centos 7.x. Earlier default certificate was not having safe IP 192.168.56.31, it was throwing error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;bin/tls-toolkit.sh standalone -n '192.168.56.31(2)' -C 'CN=username,OU=NIFI' --subjectAlternativeNames '192.168.56.31,0.0.0.0'&lt;/LI-CODE&gt;&lt;P&gt;This has created necessary certificates and keystores. I have copied this keystores at appropriate nifi conf directory(excluding nifi.properties, to make sure, earlier configuration done is not messed up).&lt;/P&gt;&lt;P&gt;Once done, import generated .p12 certifcate and password file in chrome using settings-&amp;gt;manage&lt;/P&gt;&lt;P&gt;certificates&lt;/P&gt;&lt;LI-CODE lang="java"&gt;master:[root]/root/nifi/nifi-toolkit-1.12.0&amp;gt;ll
total 92
-rw-r--r--.  1 root root  6673 Jan 22  2020 NOTICE
-rw-r--r--.  1 root root 41590 Jan 22  2020 LICENSE
drwxr-xr-x.  3 root root 12288 Jan 22  2020 lib
drwxr-xr-x.  3 root root    69 Jan 22  2020 classpath
drwxr-xr-x.  4 root root   160 Sep 10 17:36 target
drwxr-xr-x.  2 root root   194 Sep 15 21:11 conf
drwxr-xr-x.  4 root root  4096 Sep 15 21:14 bin
-rw-------.  1 root root  1196 Sep 17 10:17 nifi-cert.pem
-rw-------.  1 root root  1679 Sep 17 10:17 nifi-key.key
drwx------.  2 root root    71 Sep 17 10:17 node1.nifi
drwx------.  2 root root    71 Sep 17 10:18 node2.nifi
drwxr-xr-x.  5 root root   148 Sep 17 10:25 ..
drwx------.  2 root root    71 Sep 17 16:26 192.168.56.31
drwx------.  2 root root    71 Sep 17 16:26 192.168.56.31_2
-rw-------.  1 root root  3469 Sep 17 16:26 CN=username_OU=NIFI.p12
drwxr-xr-x. 11 root root  4096 Sep 17 16:26 .
-rw-------.  1 root root    43 Sep 17 16:26 CN=username_OU=NIFI.password&lt;/LI-CODE&gt;&lt;P&gt;Above shows generated .p12 file and other configurations.&lt;/P&gt;&lt;P&gt;In chrome, after importing certificates, it looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="parag_somani_0-1600405912987.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/28906iBD1DD0BF364FDF0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="parag_somani_0-1600405912987.png" alt="parag_somani_0-1600405912987.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UI looks like below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="parag_somani_1-1600406021012.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/28907i10E4AA6CB1483B74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="parag_somani_1-1600406021012.png" alt="parag_somani_1-1600406021012.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 05:14:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Error-javax-net-ssl-SSLPeerUnverifiedException-Hostname/m-p/303009#M221353</guid>
      <dc:creator>parag_somani</dc:creator>
      <dc:date>2020-09-18T05:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi Error javax.net.ssl.SSLPeerUnverifiedException: Hostname not verified</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Error-javax-net-ssl-SSLPeerUnverifiedException-Hostname/m-p/303010#M221354</link>
      <description>&lt;P&gt;Thanks Parag!&lt;/P&gt;&lt;P&gt;For shareing this information , with your solution we are able to fix our issue good job!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 05:20:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Error-javax-net-ssl-SSLPeerUnverifiedException-Hostname/m-p/303010#M221354</guid>
      <dc:creator>vaibha</dc:creator>
      <dc:date>2020-09-18T05:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi Error javax.net.ssl.SSLPeerUnverifiedException: Hostname not verified</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Error-javax-net-ssl-SSLPeerUnverifiedException-Hostname/m-p/367385#M239884</link>
      <description>&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;Solo quiero aumentar el nifi con https y no autenticación con un certificado, si no lo que necesito es autenticación con Azure AD y ¿cómo resolvería ese error?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;DIV class="message-pane hidden"&gt;&lt;DIV class="message-pane-message-box"&gt;&lt;DIV class="message-pane-content"&gt;javax.net.ssl.SSLPeerUnverifiedException: Hostname nifi-fm-01.ipt.pe not verified: certificate: sha256/IV5FlhE254QHOs5b0WnJ4znmiEpdb71ItqIVK7CiekM= DN: EMAILADDRESS=acarlos@btg.com.pe, CN=nifi-fm-01.ipt.pe, OU=ipt, O=ipt, L=Lima, ST=Peru, C=PE subjectAltNames: []&lt;DIV class="message-pane hidden"&gt;&lt;DIV class="message-pane-message-box"&gt;&lt;DIV class="message-pane-content"&gt;javax.net.ssl.SSLPeerUnverifiedException: Hostname nifi-fm-01.ipt.pe not verified: certificate: sha256/IV5FlhE254QHOs5b0WnJ4znmiEpdb71ItqIVK7CiekM= DN: EMAILADDRESS=acarlos@btg.com.pe, CN=nifi-fm-01.ipt.pe, OU=ipt, O=ipt, L=Lima, ST=Peru, C=PE subjectAltNames: []&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="message-pane hidden"&gt;&lt;DIV class="message-pane-message-box"&gt;&lt;DIV class="message-pane-content"&gt;javax.net.ssl.SSLPeerUnverifiedException: Hostname nifi-fm-01.ipt.pe not verified: certificate: sha256/IV5FlhE254QHOs5b0WnJ4znmiEpdb71ItqIVK7CiekM= DN: EMAILADDRESS=acarlos@btg.com.pe, CN=nifi-fm-01.ipt.pe, OU=ipt, O=ipt, L=Lima, ST=Peru, C=PE subjectAltNames: []&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;javax.net.ssl.SSLPeerUnverifiedException: Hostname x.x.x.x no verificado: certificado: sha256 / IV5FlhE254QHOs5b0WnJ4znmiEpdb71ItqIVK7CiekM = DN: EMAILADDRESS = juan@gmail&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class="message-pane hidden"&gt;&lt;DIV class="message-pane-message-box"&gt;&lt;DIV class="message-pane-content"&gt;javax.net.ssl.SSLPeerUnverifiedException: Hostname nifi-fm-01.ipt.pe not verified: certificate: sha256/IV5FlhE254QHOs5b0WnJ4znmiEpdb71ItqIVK7CiekM= DN: EMAILADDRESS=acarlos@btg.com.pe, CN=nifi-fm-01.ipt.pe, OU=ipt, O=ipt, L=Lima, ST=Peru, C=PE subjectAltNames: []&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Mar 2023 21:31:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Error-javax-net-ssl-SSLPeerUnverifiedException-Hostname/m-p/367385#M239884</guid>
      <dc:creator>ABel-asd</dc:creator>
      <dc:date>2023-03-30T21:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi Error javax.net.ssl.SSLPeerUnverifiedException: Hostname not verified</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Error-javax-net-ssl-SSLPeerUnverifiedException-Hostname/m-p/367422#M239895</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/104336"&gt;@ABel-asd&lt;/a&gt;&amp;nbsp;as this is an older post, you would have a better chance of receiving a resolution by&lt;A href="“https://community.cloudera.com/t5/forums/postpage/board-id/Questions”" target="_blank"&gt; starting a new thread&lt;/A&gt;. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 09:32:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Error-javax-net-ssl-SSLPeerUnverifiedException-Hostname/m-p/367422#M239895</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2023-03-31T09:32:28Z</dc:date>
    </item>
  </channel>
</rss>

